home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / mole-game.swf / scripts / DefineButton2_43 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-29  |  263 b   |  12 lines

  1. on(press){
  2.    if("179" < getProperty("/p" add kazu, _X) and ystop == "0")
  3.    {
  4.       kk = eval("baa" add (gy * "6" + px + "1"));
  5.       if(kk == "0")
  6.       {
  7.          px -= "1";
  8.          setProperty("/p" add kazu, _X, "60" * px + "120");
  9.       }
  10.    }
  11. }
  12.